var net/http.http2errClientConnUnusable
4 uses
net/http (current package)
h2_bundle.go#L8121: http2errClientConnUnusable = errors.New("http2: client conn not usable")
h2_bundle.go#L8155: if err == http2errClientConnUnusable {
h2_bundle.go#L8163: if err == http2errClientConnUnusable || err == http2errClientConnGotGoAway {
h2_bundle.go#L9219: return http2errClientConnUnusable
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)